-
-
Notifications
You must be signed in to change notification settings - Fork 804
New issue
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
docs: Upgrade dependencies and fixes #3745
docs: Upgrade dependencies and fixes #3745
Conversation
New and removed dependencies detected. Learn more about Socket for GitHub ↗︎
🚮 Removed packages: pypi/[email protected], pypi/[email protected], pypi/[email protected], pypi/[email protected], pypi/[email protected], pypi/[email protected] |
@@ -51,7 +51,7 @@ Notable fixes: | |||
- update tload/tstore opcodes per latest 1153 EIP spec (`#3484 <https://github.com/vyperlang/vyper/pull/3484>`_) | |||
- fix: raw_call type when max_outsize=0 is set (`#3572 <https://github.com/vyperlang/vyper/pull/3572>`_) | |||
- fix: implements check for indexed event arguments (`#3570 <https://github.com/vyperlang/vyper/pull/3570>`_) | |||
- fix: type-checking for ``_abi_decode()`` arguments (`#3626 <https://github.com/vyperlang/vyper/pull/3623>`_) | |||
- fix: type-checking for ``_abi_decode()`` arguments (`#3626 <https://github.com/vyperlang/vyper/pull/3623>`__) |
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
Using double underscore to make the reference anonymous and prevent a warning about duplicate targe name. Astuce found here: sphinx-doc/sphinx#3921 (comment)
Codecov ReportAll modified and coverable lines are covered by tests ✅
❗ Your organization needs to install the Codecov GitHub app to enable full functionality. Additional details and impacted files@@ Coverage Diff @@
## master #3745 +/- ##
=======================================
Coverage 84.78% 84.78%
=======================================
Files 92 92
Lines 13139 13139
Branches 2929 2929
=======================================
Hits 11140 11140
Misses 1535 1535
Partials 464 464 ☔ View full report in Codecov by Sentry. |
Gentle ping @fubuloubu :) |
What I did
How to verify it
Read the docs.